Home
last modified time | relevance | path

Searched hist:"34 c876ce5eeda6c7aa89b2068e724cf84f409ebb" (Results 1 – 1 of 1) sorted by relevance

/linux/mm/
H A Dpage_table_check.cdiff 34c876ce5eeda6c7aa89b2068e724cf84f409ebb Thu Jul 13 19:26:29 CEST 2023 Kemeng Shi <shikemeng@huaweicloud.com> mm/page_table_check: remove unused parameters in page_table_check_clear()

Patch series "Remove unused parameters in page_table_check".

This series remove unused parameters in functions from page_table_check.
The first 2 patches remove unused mm and addr parameters in static common
functions page_table_check_clear and page_table_check_set. The last 6
patches remove unused addr parameter in some externed functions which only
need addr for cleaned page_table_check_clear or page_table_check_set.
There is no intended functional change.


This patch (of 8):

Remove unused mm and addr in function page_table_check_clear().

Link: https://lkml.kernel.org/r/20230713172636.1705415-1-shikemeng@huaweicloud.com
Link: https://lkml.kernel.org/r/20230713172636.1705415-2-shikemeng@huaweicloud.com
Signed-off-by: Kemeng Shi <shikemeng@huaweicloud.com>
Cc: Pavel Tatashin <pasha.tatashin@soleen.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>